home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group01b.txt / 000182_icon-group-sender_Wed Dec 5 08:08:22 2001.msg < prev    next >
Internet Message Format  |  2002-01-03  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.11.1/8.11.1) id fB5F6hw12349
  4.     for icon-group-addresses; Wed, 5 Dec 2001 08:06:43 -0700 (MST)
  5. Message-Id: <200112051506.fB5F6hw12349@baskerville.CS.Arizona.EDU>
  6. From: eka@corp.cirrus.com (Eka Laiman)
  7. Subject: Re: Bio Informatics
  8. To: icon-group@cs.arizona.edu
  9. Date: Tue, 4 Dec 2001 16:29:14 -0800 (PST)
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11. Status: RO
  12. Content-Length: 900
  13.  
  14. Steve Graham wrote:
  15. > A fellow in my office is interested in this and has mentioned that
  16. > Perl is being touted for its abilities to do pattern matching.
  17. > Wonder if Icon could find a home here and perhaps a boost, too?
  18.  
  19. I am teaching a class on AWK in the company where I am working. The
  20. class is offered as an alternative to PERL.
  21.  
  22. One of the thing which AWK copies from SNOBOL is the pattern matching
  23. stuff. I told my students/group that pattern matching and hash array
  24. (table) originated in SNOBOL.
  25.  
  26. As ICON is the direct descendant of SNOBOL, I see no reason why ICON
  27. cannot do what PERL can - at least in the area of pattern matching.
  28.  
  29. If there is anything which puzzles me is the behaviour of table in
  30. ICON especially when we try to build a hash table with tens of
  31. thousands of entries, the performance degrades very fast.
  32.  
  33. The "strong hold" of PERL lies in the OS related functions.
  34.  
  35. -eka-
  36.  
  37.